value pointer

英 [ˈvæljuː ˈpɔɪntə(r)] 美 [ˈvæljuː ˈpɔɪntər]

【计】数值指针

计算机



双语例句

  1. However, remember that casting an integer value to a pointer value does not conform to the C language standard.
    但是将整数值转换为指针值并不遵循C语言标准。
  2. In order to make this generic data structure useful, you have to come up with a typetag value for each type you want, including pointer types.
    为了使这个通用的数据结构可用,您必须为每个需要的类型指定一个类型标签值,其中包括指针类型。
  3. In earlier versions, it changes the return value of the generated function in_word_set() from its default Boolean value ( that is, 0 or1) to the pointer to wordlist array type.
    在早期版本中,它将生成的函数inwordset()返回的默认布尔值(即0或1)修改为pointertowordlistarray类型。
  4. These macros each take a value and a pointer to a variable.
    这两个宏都包含一个值以及一个指向变量的指针。
  5. Binary trees are represented by nodes that have a data value and a left and right pointer; however, there are many data structures that require trees with more than just a left and right branch.
    描述二叉树(binarytree)的节点有一个数据值、一个左指针和一个右指针;不过,很多数据体要求树不只有一个左分支和一个右分支。
  6. This marker is usually called the null value, the null list, or the null pointer.
    这个标记通常称作空值(nullvalue)、空列表(nulllist)或者空指针(nullpointer)。
  7. When strdup() is called in foo(), the namestr variable value is overwritten, thereby losing the pointer to the memory allocated in main(), and that causes the leak.
    当strdup()在foo()中被调用,这个namestr变量值就会被覆写,从而丢失main()中内存分配的指针,导致渗漏。
  8. Highlight the value: Hold the left mouse button down and drag your mouse pointer over the value.
    高亮显示此值:按住鼠标左键向下,把您的鼠标指针拖到此值上。
  9. Because structures, also known as value types, can appear on the stack, it is not always possible to create a pointer to them.
    因为结构,也就是通常所说的值类型,可以被用在堆栈里,并不能总是为它们创建一个指针。
  10. This specifies the system call's offset value, which is passed as an integer pointer.
    指定系统调用的偏移值,以一个整数的指针进行传递。
  11. An index has an entry for each value found in the table's indexed field ( s), and pointer ( s) to the row ( s) having that value.
    索引对表的索引字段的每个值有一个入口,还有指向具有该值的数据行的指针。
  12. Measurement value memory electrical pointer locking device Electrical safety in accordance with IEC61010.
    测量值的内存指针锁定装置电电气安全和61010。
  13. The return value is a pointer to the buffer allocated for the message. A NULL return indicates the message allocation operation failed.
    返回值是为信息分配的缓冲区的指针。如果是NULL表明信息分配操作失败。
  14. If the function succeeds, the return value is a pointer to the first byte of the memory block.
    每一个内存块的内在结构中包含一个初始值为零的锁定计数器。
  15. Methods can actually be declared on both value and pointer types.
    事实上,方法可以作为数值和指针类型来声明。
  16. Read the pressure value, observation table pointer corresponding to the scale values and their relative units of value.
    读取压力数值时,观察表上指针对应的刻度值加上其相对的单位值即可。
  17. That statement says, get the value of x, which is this link, and give z a pointer to the same place.
    这个声明的意思是,取得x的值,也就是连接指向的值,然后给z赋予一个指向同样位置的指针。
  18. REF the value that that the left-hand-side pointer is pointing to after the assignment.
    REF分配后左端指针(left-hand-sidepointer)指向的值。